翻訳と辞書
Words near each other
・ Cliff Dorfman
・ Cliff Downey
・ Cliff Drysdale
・ Cliff Duggan
・ Cliff Durandt
・ Cliff Durant
・ Cliff dwellers
・ Cliff Dwellers (painting)
・ Cliff Dwellers Club
・ Cliff dwelling
・ Cliff Eade
・ Cliff Eberhardt
・ Cliff Eccles
・ Cliff Edwards
・ Client–queue–client
Client–server model
・ Clif Bar
・ Clif Cary
・ Clif Evans
・ Clif Groce
・ Clif Magness
・ Clif Moore
・ Clif Norrell
・ Clif Palmer
・ Clif Richardson
・ Clifdale, Virginia
・ Clifden
・ Clifden Castle
・ Clifden Limestone Caves
・ Clifden Show


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Client–server model : ウィキペディア英語版
Client–server model

The client–server model of computing is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.〔(【引用サイトリンク】publisher=Sun Microsystem )〕 Often clients and servers communicate over a computer network on separate hardware, but both client and server may reside in the same system. A server host runs one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Clients therefore initiate communication sessions with servers which await incoming requests.
Examples of computer applications that use the client–server model are Email, network printing, and the World Wide Web.
==Client and server role==
The ''Client-server'' characteristic describes the relationship of cooperating programs in an application. The server component provides a function or service to one or many clients, which initiate requests for such services.
Servers are classified by the services they provide. For instance, a web server serves web pages and a file server serves computer files. A shared resource may be any of the server computer's software and electronic components, from programs and data to processors and storage devices. The sharing of resources of a server constitute a ''service''.
Whether a computer is a client, a server, or both, is determined by the nature of the application that requires the service functions. For example, a single computer can run web server and file server software at the same time to serve different data to clients making different kinds of requests. Client software can also communicate with server software within the same computer.〔The X Window System is one example.〕 Communication between servers, such as to synchronize data, is sometimes called ''inter-server'' or ''server-to-server'' communication

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Client–server model」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.